From d35bc8b24ff4276fd0a7ba22f44f6582113bbf01 Mon Sep 17 00:00:00 2001 From: "J.D. Smith" Date: Sun, 1 Apr 2007 16:42:11 +0000 Subject: [PATCH] (idlwave-auto-fill): Revert paragraph-separate change. --- lisp/progmodes/idlwave.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index c4349e9c092..d29e56ce75d 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el @@ -3487,6 +3487,7 @@ if `idlwave-auto-fill-split-string' is non-nil." (idlwave-indent-line) ;; Prevent actions do-auto-fill which calls indent-line-function. (let (idlwave-do-actions + (paragraph-separate ".") (fill-nobreak-predicate (if (and (idlwave-in-quote) idlwave-auto-fill-split-string) -- 2.30.2